home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55375 / 55375.xpi / chrome / chromeFiles / skin / coolhandnuke / toolbarbuttons.css < prev    next >
Cascading Style Sheet File  |  2009-11-15  |  55KB  |  1,594 lines

  1. /* Navigation buttons */
  2.  
  3. #main-window[btBoom="coolhandnuke"]
  4.   #navigator-toolbox toolbar:first-child toolbarbutton,
  5. #main-window[btBoom="coolhandnuke"]
  6.   #navigator-toolbox toolbar:first-child+toolbar toolbarbutton,
  7. #main-window[btBoom="coolhandnuke"]
  8.   #navigator-toolbox toolbar:first-child+toolbar+toolbar toolbarbutton { 
  9.     -moz-appearance: none;
  10.     border: 0px;
  11.     padding: 0px 0px;
  12.     margin: 0px !important;
  13.   }
  14.  
  15. #main-window[btBoom="coolhandnuke"]
  16.   #navigator-toolbox toolbar:first-child toolbarbutton[checked="true"],
  17. #main-window[btBoom="coolhandnuke"]
  18.   #navigator-toolbox toolbar:first-child+toolbar toolbarbutton[checked="true"],
  19. #main-window[btBoom="coolhandnuke"]
  20.   #navigator-toolbox toolbar:first-child+toolbar+toolbar toolbarbutton[checked="true"] { 
  21.     background-color: transparent !important;
  22.   }
  23.  
  24. #main-window[btBoom="coolhandnuke"]
  25.   #navigator-toolbox > toolbar .toolbarbutton-1 .toolbarbutton-text{
  26.     color: #000;
  27.   }
  28.  
  29. #main-window[btBoom="coolhandnuke"]
  30.   #navigator-toolbox > toolbar:first-child .toolbarbutton-1 .toolbarbutton-text,
  31. #main-window[btBoom="coolhandnuke"]
  32.   #navigator-toolbox > #nav-bar .toolbarbutton-1 .toolbarbutton-text,
  33. #main-window[btBoom="coolhandnuke"]
  34.   #navigator-toolbox > #nav-bar + toolbar .toolbarbutton-1 .toolbarbutton-text {
  35.     color: #FFF;
  36.   }
  37.  
  38. #main-window[btBoom="coolhandnuke"]
  39.   #navigator-toolbox > toolbar .toolbarbutton-1[disabled="true"] .toolbarbutton-text {
  40.     color: #000;
  41.     opacity: 0.5;
  42.   }
  43.  
  44. #main-window[btBoom="coolhandnuke"]
  45.   #navigator-toolbox > toolbar:first-child .toolbarbutton-1[disabled="true"] .toolbarbutton-text,
  46. #main-window[btBoom="coolhandnuke"]
  47.   #navigator-toolbox > #nav-bar .toolbarbutton-1[disabled="true"] .toolbarbutton-text,
  48. #main-window[btBoom="coolhandnuke"]
  49.   #navigator-toolbox > #nav-bar + toolbar .toolbarbutton-1[disabled="true"] .toolbarbutton-text {
  50.     color: #aaa;
  51.     opacity: 1;
  52.   }
  53.  
  54. /* Full mode fix for nav-bar */
  55. #main-window[btBoom="coolhandnuke"]
  56.   #navigator-toolbox toolbar[mode="full"] > .toolbarbutton-1:not([type="menu-button"]),
  57. #main-window[btBoom="coolhandnuke"]
  58.   #navigator-toolbox toolbar[mode="full"] > .toolbarbutton-menubutton-button:not([type="menu-button"]) {
  59.     -moz-box-orient: vertical;
  60.     min-width: 0;
  61.     margin: 0px 2px !important;
  62.   }  
  63.  
  64. #main-window[btBoom="coolhandnuke"]
  65.   #nav-bar[mode="full"] > .toolbarbutton-1:not([type="menu-button"]),
  66. #main-window[btBoom="coolhandnuke"]
  67.   #nav-bar[mode="full"] > .toolbarbutton-menubutton-button:not([type="menu-button"]) {
  68.     -moz-box-orient: vertical;
  69.     min-width: 0;
  70.     margin: 0px 2px !important;
  71.   }  
  72.  
  73. /* Changing the styling on the drop marker back to a simple dropmarker,
  74.  * Using the one from global skin
  75.  */
  76. #main-window[btBoom="coolhandnuke"]
  77.   #back-forward-dropmarker {
  78.     list-style-image: url(../../skin/coolhandnuke/resources/drop-marker.png) !important;
  79.     -moz-image-region: rect(0px 11px 0px 11px) !important;
  80.     -moz-margin-start: 0;
  81.     -moz-margin-end: 3px;
  82.     -moz-padding-start: 0;
  83.     -moz-padding-end: 1px;
  84.     border-left: none;
  85.     border-right: none;
  86.   }
  87.  
  88. #main-window[btBoom="coolhandnuke"]
  89.   #back-forward-dropmarker[chromedir="rtl"] {
  90.     -moz-image-region: rect(0px, 519px, 33px, 504px) !important;
  91.   }
  92.  
  93. #main-window[btBoom="coolhandnuke"]
  94.   toolbar[mode="icons"] #back-forward-dropmarker > image {
  95.     display: -moz-box;
  96.     margin: 0;
  97.     padding: 0;
  98.   }
  99.  
  100. /* back button-- */
  101.  
  102. #main-window[btBoom="coolhandnuke"]
  103.   #nav-bar #back-button {
  104.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  105.   }
  106.  
  107. #main-window[btBoom="coolhandnuke"]
  108.   #navigator-toolbox #back-button {
  109.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  110.   }
  111.  
  112. #main-window[btBoom="coolhandnuke"]
  113.   toolbar #back-button,
  114. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  115.   #back-button,
  116. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  117.   #back-button {
  118.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  119.   }
  120.  
  121. #main-window[btBoom="coolhandnuke"]
  122.   #back-button,
  123. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  124.   #back-button,
  125. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  126.   #back-button {
  127.     -moz-image-region: rect(0px 30px 30px 0px) !important;   
  128.   }
  129.  
  130. #main-window[btBoom="coolhandnuke"]
  131.   #back-button:not([disabled="true"]):hover,
  132. #main-window[btBoom="coolhandnuke"]
  133.   #back-button[buttonover="true"] {
  134.     -moz-image-region: rect(50px 30px 80px 0px) !important;
  135.   }
  136.  
  137. #main-window[btBoom="coolhandnuke"]
  138.   #back-button[disabled="true"] {
  139.     -moz-image-region: rect(150px 30px 180px 0px) !important;
  140.   }
  141.  
  142. #main-window[btBoom="coolhandnuke"]
  143.   #back-button:not([disabled="true"]):hover:active {
  144.     -moz-image-region: rect(100px 30px 130px 0px) !important;
  145.   }
  146.  
  147. /* back button-- small */
  148.  
  149. #main-window[btBoom="coolhandnuke"]
  150.   toolbar[iconsize="small"] #back-button .toolbarbutton-icon {
  151.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  152.     padding-right: 1px;
  153.   }
  154.   
  155. #main-window[btBoom="coolhandnuke"]
  156.   #navigator-toolbox toolbar[iconsize="small"] #back-button .toolbarbutton-icon {
  157.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  158.   }
  159.   
  160. #main-window[btBoom="coolhandnuke"]
  161.   toolbar[mode="full"] #back-button .toolbarbutton-icon {
  162.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  163.   }
  164.   
  165. #main-window[btBoom="coolhandnuke"]
  166.   #navigator-toolbox toolbar[mode="full"] #back-button .toolbarbutton-icon {
  167.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  168.   }
  169.   
  170. #main-window[btBoom="coolhandnuke"]
  171.   toolbar[iconsize="small"] #back-button,
  172. #main-window[btBoom="coolhandnuke"]
  173.   toolbar[mode="full"] #back-button {
  174.     -moz-image-region: rect(0px 20px 20px 0px) !important;
  175.   }
  176.   
  177. #main-window[btBoom="coolhandnuke"]
  178.   toolbar[iconsize="small"] #back-button:not([disabled="true"]):hover,
  179. #main-window[btBoom="coolhandnuke"]
  180.   toolbar[iconsize="small"] #back-button[buttonover="true"],
  181. #main-window[btBoom="coolhandnuke"]
  182.   toolbar[mode="full"] #back-button:not([disabled="true"]):hover,
  183. #main-window[btBoom="coolhandnuke"]
  184.   toolbar[mode="full"] #back-button[buttonover="true"] {
  185.     -moz-image-region: rect(20px 20px 40px 0px) !important;
  186.   }
  187.   
  188. #main-window[btBoom="coolhandnuke"]
  189.   toolbar[iconsize="small"] #back-button[disabled="true"],
  190. #main-window[btBoom="coolhandnuke"]
  191.   toolbar[mode="full"] #back-button[disabled="true"] {
  192.     -moz-image-region: rect(60px 20px 80px 0px) !important;
  193.   }
  194.   
  195. #main-window[btBoom="coolhandnuke"]
  196.   toolbar[iconsize="small"] #back-button:not([disabled="true"]):hover:active,
  197. #main-window[btBoom="coolhandnuke"]
  198.   toolbar[mode="full"] #back-button:not([disabled="true"]):hover:active {
  199.     -moz-image-region: rect(40px 20px 60px 0px) !important;
  200.   }
  201.   
  202. /* forward button-- */
  203. #main-window[btBoom="coolhandnuke"]
  204.   #nav-bar #forward-button {
  205.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  206.   }
  207.   
  208. #main-window[btBoom="coolhandnuke"]
  209.   #navigator-toolbox #forward-button {
  210.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  211.   }
  212.   
  213. #main-window[btBoom="coolhandnuke"]
  214.   toolbar #forward-button,
  215. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  216.   #forward-button,
  217. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  218.   #forward-button {
  219.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  220.   }
  221.   
  222. #main-window[btBoom="coolhandnuke"]
  223.   #forward-button,
  224. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  225.   #forward-button,
  226. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  227.   #forward-button {
  228.     -moz-image-region: rect(0px 80px 30px 50px) !important;   
  229.   }
  230.   
  231. #main-window[btBoom="coolhandnuke"]
  232.   #forward-button:not([disabled="true"]):hover,
  233. #main-window[btBoom="coolhandnuke"]
  234.   #forward-button[buttonover="true"] {
  235.     -moz-image-region: rect(50px 80px 80px 50px) !important;
  236.   }
  237.   
  238. #main-window[btBoom="coolhandnuke"]
  239.   #forward-button[disabled="true"] {
  240.     -moz-image-region: rect(150px 80px 180px 50px) !important;
  241.   }
  242.   
  243. #main-window[btBoom="coolhandnuke"]
  244.   #forward-button:not([disabled="true"]):hover:active {
  245.     -moz-image-region: rect(100px 80px 130px 50px) !important;
  246.   }
  247.   
  248. /* forward button-- small */
  249.   
  250. #main-window[btBoom="coolhandnuke"]
  251.   toolbar[iconsize="small"] #forward-button .toolbarbutton-icon {
  252.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  253.     padding-right: 1px;
  254.   }
  255.   
  256. #main-window[btBoom="coolhandnuke"]
  257.   #navigator-toolbox toolbar[iconsize="small"] #forward-button .toolbarbutton-icon {
  258.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  259.   }
  260.   
  261. #main-window[btBoom="coolhandnuke"]
  262.   toolbar[mode="full"] #forward-button .toolbarbutton-icon {
  263.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  264.   }
  265.   
  266. #main-window[btBoom="coolhandnuke"]
  267.   #navigator-toolbox toolbar[mode="full"] #forward-button .toolbarbutton-icon {
  268.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  269.   }
  270.   
  271. #main-window[btBoom="coolhandnuke"]
  272.   toolbar[iconsize="small"] #forward-button,
  273. #main-window[btBoom="coolhandnuke"]
  274.   toolbar[mode="full"] #forward-button {
  275.     -moz-image-region: rect(0px 40px 20px 20px) !important;
  276.   }
  277.   
  278. #main-window[btBoom="coolhandnuke"]
  279.   toolbar[iconsize="small"] #forward-button:not([disabled="true"]):hover,
  280. #main-window[btBoom="coolhandnuke"]
  281.   toolbar[iconsize="small"] #forward-button[buttonover="true"],
  282. #main-window[btBoom="coolhandnuke"]
  283.   toolbar[mode="full"] #forward-button:not([disabled="true"]):hover,
  284. #main-window[btBoom="coolhandnuke"]
  285.   toolbar[mode="full"] #forward-button[buttonover="true"] {
  286.     -moz-image-region: rect(20px 40px 40px 20px) !important;
  287.   }
  288.   
  289. #main-window[btBoom="coolhandnuke"]
  290.   toolbar[iconsize="small"] #forward-button[disabled="true"],
  291. #main-window[btBoom="coolhandnuke"]
  292.   toolbar[mode="full"] #forward-button[disabled="true"] {
  293.     -moz-image-region: rect(60px 40px 80px 20px) !important;
  294.   }
  295.   
  296. #main-window[btBoom="coolhandnuke"]
  297.   toolbar[iconsize="small"] #forward-button:not([disabled="true"]):hover:active,
  298. #main-window[btBoom="coolhandnuke"]
  299.   toolbar[mode="full"] #forward-button:not([disabled="true"]):hover:active {
  300.     -moz-image-region: rect(40px 40px 60px 20px) !important;
  301.   }
  302.   
  303. /* home button-- */
  304. #main-window[btBoom="coolhandnuke"]
  305.   #nav-bar #home-button {
  306.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  307.   }
  308.   
  309. #main-window[btBoom="coolhandnuke"]
  310.   #navigator-toolbox #home-button {
  311.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  312.   }
  313.   
  314. #main-window[btBoom="coolhandnuke"]
  315.   toolbar #home-button,
  316. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  317.   #home-button,
  318. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  319.   #home-button {
  320.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  321.   }
  322.   
  323. #main-window[btBoom="coolhandnuke"]
  324.   #home-button,
  325. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  326.   #home-button,
  327. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  328.   #home-button {
  329.     -moz-image-region: rect(0px 130px 30px 100px) !important;   
  330.   }
  331.   
  332. #main-window[btBoom="coolhandnuke"]
  333.   #home-button:not([disabled="true"]):hover,
  334. #main-window[btBoom="coolhandnuke"]
  335.   #home-button[buttonover="true"] {
  336.     -moz-image-region: rect(50px 130px 80px 100px) !important;
  337.   }
  338.   
  339. #main-window[btBoom="coolhandnuke"]
  340.   #home-button[disabled="true"] {
  341.     -moz-image-region: rect(150px 130px 180px 100px) !important;
  342.   }
  343.   
  344. #main-window[btBoom="coolhandnuke"]
  345.   #home-button:not([disabled="true"]):hover:active {
  346.     -moz-image-region: rect(100px 130px 130px 100px) !important;
  347.   }
  348.   
  349. /* home button-- small */
  350. #main-window[btBoom="coolhandnuke"]
  351.   #navigator-toolbox toolbar[iconsize="small"] #home-button {
  352.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  353.   }
  354.   
  355. #main-window[btBoom="coolhandnuke"]
  356.   #navigator-toolbox toolbar[mode="full"] #home-button {
  357.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  358.   }
  359.   
  360. #main-window[btBoom="coolhandnuke"]
  361.   toolbar[mode="full"] #home-button {
  362.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  363.   }
  364.   
  365. #main-window[btBoom="coolhandnuke"]
  366.   toolbar[iconsize="small"] #home-button {
  367.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  368.   }
  369.   
  370. #main-window[btBoom="coolhandnuke"]
  371.   toolbar[iconsize="small"] #home-button .toolbarbutton-icon {
  372.     padding-right: 1px;
  373.   }
  374.   
  375. #main-window[btBoom="coolhandnuke"]
  376.   toolbar[iconsize="small"] #home-button,
  377. #main-window[btBoom="coolhandnuke"]
  378.   toolbar[mode="full"] #home-button  {
  379.     -moz-image-region: rect(0px 60px 20px 40px) !important;
  380.   }
  381.   
  382. #main-window[btBoom="coolhandnuke"]
  383.   toolbar[iconsize="small"] #home-button:not([disabled="true"]):hover,
  384. #main-window[btBoom="coolhandnuke"]
  385.   toolbar[iconsize="small"] #home-button[buttonover="true"],
  386. #main-window[btBoom="coolhandnuke"]
  387.   toolbar[mode="full"] #home-button:not([disabled="true"]):hover,
  388. #main-window[btBoom="coolhandnuke"]
  389.   toolbar[mode="full"] #home-button[buttonover="true"] {
  390.     -moz-image-region: rect(20px 60px 40px 40px) !important;
  391.   }
  392.   
  393. #main-window[btBoom="coolhandnuke"]
  394.   toolbar[iconsize="small"] #home-button[disabled="true"],
  395. #main-window[btBoom="coolhandnuke"]
  396.   toolbar[mode="full"] #home-button[disabled="true"] {
  397.     -moz-image-region: rect(60px 60px 80px 40px) !important;
  398.   }
  399.   
  400. #main-window[btBoom="coolhandnuke"]
  401.   toolbar[iconsize="small"] #home-button:not([disabled="true"]):hover:active,
  402. #main-window[btBoom="coolhandnuke"]
  403.   toolbar[mode="full"] #home-button:not([disabled="true"]):hover:active {
  404.     -moz-image-region: rect(40px 60px 60px 40px) !important;
  405.   }
  406.   
  407. /* reload button-- */
  408. #main-window[btBoom="coolhandnuke"]
  409.   #nav-bar #reload-button {
  410.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  411.   }
  412.   
  413. #main-window[btBoom="coolhandnuke"]
  414.   #navigator-toolbox #reload-button {
  415.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  416.   }
  417.   
  418. #main-window[btBoom="coolhandnuke"]
  419.   toolbar #reload-button,
  420. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  421.   #reload-button,
  422. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  423.   #reload-button {
  424.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  425.   }
  426.   
  427. #main-window[btBoom="coolhandnuke"]
  428.   #reload-button,
  429. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  430.   #reload-button,
  431. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  432.   #reload-button {
  433.     -moz-image-region: rect(0px 180px 30px 150px) !important; 
  434.   }
  435.   
  436. #main-window[btBoom="coolhandnuke"]
  437.   #reload-button:not([disabled="true"]):hover,
  438. #main-window[btBoom="coolhandnuke"]
  439.   #reload-button[buttonover="true"] {
  440.     -moz-image-region: rect(50px 180px 80px 150px) !important;
  441.   }
  442.   
  443. #main-window[btBoom="coolhandnuke"]
  444.   #reload-button[disabled="true"] {
  445.     -moz-image-region: rect(150px 180px 180px 150px) !important;
  446.   }
  447.   
  448. #main-window[btBoom="coolhandnuke"]
  449.   #reload-button:not([disabled="true"]):hover:active {
  450.     -moz-image-region: rect(100px 180px 130px 150px) !important;
  451.   }
  452.   
  453. /* reload button-- small */
  454. #main-window[btBoom="coolhandnuke"]
  455.   #navigator-toolbox toolbar[iconsize="small"] #reload-button {
  456.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  457.   }
  458.   
  459. #main-window[btBoom="coolhandnuke"]
  460.   #navigator-toolbox toolbar[mode="full"] #reload-button {
  461.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  462.   }
  463.   
  464. #main-window[btBoom="coolhandnuke"]
  465.   toolbar[mode="full"] #reload-button {
  466.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  467.   }
  468.   
  469. #main-window[btBoom="coolhandnuke"]
  470.   toolbar[iconsize="small"] #reload-button {
  471.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  472.   }
  473.   
  474. #main-window[btBoom="coolhandnuke"]
  475.   toolbar[iconsize="small"] #reload-button .toolbarbutton-icon {
  476.     padding-right: 1px;
  477.   }
  478.   
  479. #main-window[btBoom="coolhandnuke"]
  480.   toolbar[iconsize="small"] #reload-button,
  481. #main-window[btBoom="coolhandnuke"]
  482.   toolbar[mode="full"] #reload-button {
  483.     -moz-image-region: rect(0px 80px 20px 60px) !important;
  484.   }
  485.   
  486. #main-window[btBoom="coolhandnuke"]
  487.   toolbar[iconsize="small"] #reload-button:not([disabled="true"]):hover,
  488. #main-window[btBoom="coolhandnuke"]
  489.   toolbar[iconsize="small"] #reload-button[buttonover="true"],
  490. #main-window[btBoom="coolhandnuke"]
  491.   toolbar[mode="full"] #reload-button:not([disabled="true"]):hover,
  492. #main-window[btBoom="coolhandnuke"]
  493.   toolbar[mode="full"] #reload-button[buttonover="true"] {
  494.     -moz-image-region: rect(20px 80px 40px 60px) !important;
  495.   }
  496.   
  497. #main-window[btBoom="coolhandnuke"]
  498.   toolbar[iconsize="small"] #reload-button[disabled="true"],
  499. #main-window[btBoom="coolhandnuke"]
  500.   toolbar[mode="full"] #reload-button[disabled="true"] {
  501.     -moz-image-region: rect(60px 80px 80px 60px) !important;
  502.   }
  503.   
  504. #main-window[btBoom="coolhandnuke"]
  505.   toolbar[iconsize="small"] #reload-button:not([disabled="true"]):hover:active,
  506. #main-window[btBoom="coolhandnuke"]
  507.   toolbar[mode="full"] #reload-button:not([disabled="true"]):hover:active {
  508.     -moz-image-region: rect(40px 80px 60px 60px) !important;
  509.   }
  510.   
  511. /* stop button-- */
  512.   
  513. #main-window[btBoom="coolhandnuke"]
  514.   #nav-bar #stop-button {
  515.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  516.   }
  517.   
  518. #main-window[btBoom="coolhandnuke"]
  519.   #navigator-toolbox #stop-button {
  520.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  521.   }
  522.   
  523. #main-window[btBoom="coolhandnuke"]
  524.   toolbar #stop-button,
  525. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  526.   #stop-button,
  527. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  528.   #stop-button {
  529.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  530.   }
  531.   
  532. #main-window[btBoom="coolhandnuke"]
  533.   #stop-button,
  534. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  535.   #stop-button,
  536. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  537.   #stop-button {
  538.     -moz-image-region: rect(0px 230px 30px 200px) !important; 
  539.   }
  540.   
  541. #main-window[btBoom="coolhandnuke"]
  542.   #stop-button:not([disabled="true"]):hover,
  543. #main-window[btBoom="coolhandnuke"]
  544.   #stop-button[buttonover="true"] {
  545.     -moz-image-region: rect(50px 230px 80px 200px) !important;
  546.   }
  547.   
  548. #main-window[btBoom="coolhandnuke"]
  549.   #stop-button[disabled="true"] {
  550.     -moz-image-region: rect(150px 230px 180px 200px) !important;
  551.   }
  552.   
  553. #main-window[btBoom="coolhandnuke"]
  554.   #stop-button:not([disabled="true"]):hover:active {
  555.     -moz-image-region: rect(100px 230px 130px 200px) !important;
  556.   }
  557.   
  558. /* stop button-- small */
  559. #main-window[btBoom="coolhandnuke"]
  560.   #navigator-toolbox toolbar[iconsize="small"] #stop-button {
  561.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  562.   }
  563.   
  564. #main-window[btBoom="coolhandnuke"]
  565.   #navigator-toolbox toolbar[mode="full"] #stop-button {
  566.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  567.   }
  568.   
  569. #main-window[btBoom="coolhandnuke"]
  570.   toolbar[mode="full"] #stop-button {
  571.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  572.   }
  573.   
  574. #main-window[btBoom="coolhandnuke"]
  575.   toolbar[iconsize="small"] #stop-button {
  576.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  577.   }
  578.   
  579. #main-window[btBoom="coolhandnuke"]
  580.   toolbar[iconsize="small"] #stop-button .toolbarbutton-icon {
  581.     padding-right: 1px;
  582.   }
  583.   
  584. #main-window[btBoom="coolhandnuke"]
  585.   toolbar[iconsize="small"] #stop-button,
  586. #main-window[btBoom="coolhandnuke"]
  587.   toolbar[mode="full"] #stop-button  {
  588.     -moz-image-region: rect(0px 100px 20px 80px) !important;
  589.   }
  590.   
  591. #main-window[btBoom="coolhandnuke"]
  592.   toolbar[iconsize="small"] #stop-button:not([disabled="true"]):hover,
  593. #main-window[btBoom="coolhandnuke"]
  594.   toolbar[iconsize="small"] #stop-button[buttonover="true"],
  595. #main-window[btBoom="coolhandnuke"]
  596.   toolbar[mode="full"] #stop-button:not([disabled="true"]):hover,
  597. #main-window[btBoom="coolhandnuke"]
  598.   toolbar[mode="full"] #stop-button[buttonover="true"] {
  599.     -moz-image-region: rect(20px 100px 40px 80px) !important;
  600.   }
  601.   
  602. #main-window[btBoom="coolhandnuke"]
  603.   toolbar[iconsize="small"] #stop-button[disabled="true"],
  604. #main-window[btBoom="coolhandnuke"]
  605.   toolbar[mode="full"] #stop-button[disabled="true"] {
  606.     -moz-image-region: rect(60px 100px 80px 80px) !important;
  607.   }
  608.   
  609. #main-window[btBoom="coolhandnuke"]
  610.   toolbar[iconsize="small"] #stop-button:not([disabled="true"]):hover:active,
  611. #main-window[btBoom="coolhandnuke"]
  612.   toolbar[mode="full"] #stop-button:not([disabled="true"]):hover:active {
  613.     -moz-image-region: rect(40px 100px 60px 80px) !important;
  614.   }
  615.   
  616. /* downloads button-- */
  617. #main-window[btBoom="coolhandnuke"]
  618.   #nav-bar #downloads-button {
  619.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  620.   }
  621.   
  622. #main-window[btBoom="coolhandnuke"]
  623.   #navigator-toolbox #downloads-button {
  624.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  625.   }
  626.   
  627. #main-window[btBoom="coolhandnuke"]
  628.   toolbar #downloads-button,
  629. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  630.   #downloads-button,
  631. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  632.   #downloads-button {
  633.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  634.   }
  635.   
  636. #main-window[btBoom="coolhandnuke"]
  637.   #downloads-button,
  638. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  639.   #downloads-button,
  640. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  641.   #downloads-button {
  642.     -moz-image-region: rect(0px 280px 30px 250px) !important; 
  643.   }
  644.   
  645. #main-window[btBoom="coolhandnuke"]
  646.   #downloads-button:not([disabled="true"]):hover,
  647. #main-window[btBoom="coolhandnuke"]
  648.   #downloads-button[buttonover="true"] {
  649.     -moz-image-region: rect(50px 280px 80px 250px) !important;
  650.   }
  651.   
  652. #main-window[btBoom="coolhandnuke"]
  653.   #downloads-button[disabled="true"] {
  654.     -moz-image-region: rect(150px 280px 180px 250px) !important;
  655.   }
  656.   
  657. #main-window[btBoom="coolhandnuke"]
  658.   #downloads-button:not([disabled="true"]):hover:active {
  659.     -moz-image-region: rect(100px 280px 130px 250px) !important;
  660.   }
  661.   
  662. /* downloads button-- small */
  663. #main-window[btBoom="coolhandnuke"]
  664.   #navigator-toolbox toolbar[iconsize="small"] #downloads-button {
  665.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  666.   }
  667.   
  668. #main-window[btBoom="coolhandnuke"]
  669.   #navigator-toolbox toolbar[mode="full"] #downloads-button {
  670.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  671.   }
  672.   
  673. #main-window[btBoom="coolhandnuke"]
  674.   toolbar[mode="full"] #downloads-button {
  675.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  676.   }
  677.   
  678. #main-window[btBoom="coolhandnuke"]
  679.   toolbar[iconsize="small"] #downloads-button {
  680.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  681.   }
  682.   
  683. #main-window[btBoom="coolhandnuke"]
  684.   toolbar[iconsize="small"] #downloads-button .toolbarbutton-icon {
  685.     padding-right: 1px;
  686.   }
  687.   
  688. #main-window[btBoom="coolhandnuke"]
  689.   toolbar[iconsize="small"] #downloads-button,
  690. #main-window[btBoom="coolhandnuke"]
  691.   toolbar[mode="full"] #downloads-button {
  692.     -moz-image-region: rect(0px 120px 20px 100px) !important;
  693.   }
  694.   
  695. #main-window[btBoom="coolhandnuke"]
  696.   toolbar[iconsize="small"] #downloads-button:not([disabled="true"]):hover,
  697. #main-window[btBoom="coolhandnuke"]
  698.   toolbar[iconsize="small"] #downloads-button[buttonover="true"],
  699. #main-window[btBoom="coolhandnuke"]
  700.   toolbar[mode="full"] #downloads-button:not([disabled="true"]):hover,
  701. #main-window[btBoom="coolhandnuke"]
  702.   toolbar[mode="full"] #downloads-button[buttonover="true"] {
  703.     -moz-image-region: rect(20px 120px 40px 100px) !important;
  704.   }
  705.   
  706. #main-window[btBoom="coolhandnuke"]
  707.   toolbar[iconsize="small"] #downloads-button[disabled="true"],
  708. #main-window[btBoom="coolhandnuke"]
  709.   toolbar[mode="full"] #downloads-button[disabled="true"] {
  710.     -moz-image-region: rect(60px 120px 80px 100px) !important;
  711.   }
  712.   
  713. #main-window[btBoom="coolhandnuke"]
  714.   toolbar[iconsize="small"] #downloads-button:not([disabled="true"]):hover:active,
  715. #main-window[btBoom="coolhandnuke"]
  716.   toolbar[mode="full"] #downloads-button:not([disabled="true"]):hover:active  {
  717.     -moz-image-region: rect(40px 120px 60px 100px) !important;
  718.   }
  719.   
  720. /* history button-- */
  721. #main-window[btBoom="coolhandnuke"]
  722.   #nav-bar #history-button {
  723.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  724.   }
  725.   
  726. #main-window[btBoom="coolhandnuke"]
  727.   #navigator-toolbox #history-button {
  728.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  729.   }
  730.   
  731. #main-window[btBoom="coolhandnuke"]
  732.   toolbar #history-button,
  733. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  734.   #history-button,
  735. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  736.   #history-button {
  737.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  738.   }
  739.   
  740. #main-window[btBoom="coolhandnuke"]
  741.   #history-button,
  742. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  743.   #history-button,
  744. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  745.   #history-button {
  746.     -moz-image-region: rect(0px 330px 30px 300px) !important; 
  747.   }
  748.   
  749. #main-window[btBoom="coolhandnuke"]
  750.   #history-button:not([disabled="true"]):hover,
  751. #main-window[btBoom="coolhandnuke"]
  752.   #history-button[buttonover="true"] {
  753.     -moz-image-region: rect(50px 330px 80px 300px) !important;
  754.   }
  755.   
  756. #main-window[btBoom="coolhandnuke"]
  757.   #history-button[disabled="true"] {
  758.     -moz-image-region: rect(150px 330px 180px 300px) !important;
  759.   }
  760.   
  761. #main-window[btBoom="coolhandnuke"]
  762.   #history-button:not([disabled="true"]):hover:active {
  763.     -moz-image-region: rect(100px 330px 130px 300px) !important;
  764.   }
  765.   
  766. /* history button-- small */
  767. #main-window[btBoom="coolhandnuke"]
  768.   #navigator-toolbox toolbar[iconsize="small"] #history-button {
  769.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  770.   }
  771.   
  772. #main-window[btBoom="coolhandnuke"]
  773.   #navigator-toolbox toolbar[mode="full"] #history-button {
  774.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  775.   }
  776.   
  777. #main-window[btBoom="coolhandnuke"]
  778.   toolbar[mode="full"] #history-button {
  779.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  780.   }
  781.   
  782. #main-window[btBoom="coolhandnuke"]
  783.   toolbar[iconsize="small"] #history-button {
  784.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  785.   }
  786.   
  787. #main-window[btBoom="coolhandnuke"]
  788.   toolbar[iconsize="small"] #history-button .toolbarbutton-icon {
  789.     padding-right: 1px;
  790.   }
  791.   
  792. #main-window[btBoom="coolhandnuke"]
  793.   toolbar[iconsize="small"] #history-button,
  794. #main-window[btBoom="coolhandnuke"]
  795.   toolbar[mode="full"] #history-button {
  796.     -moz-image-region: rect(0px 140px 20px 120px) !important;
  797.   }
  798.   
  799. #main-window[btBoom="coolhandnuke"]
  800.   toolbar[iconsize="small"] #history-button:not([disabled="true"]):hover,
  801. #main-window[btBoom="coolhandnuke"]
  802.   toolbar[iconsize="small"] #history-button[buttonover="true"],
  803. #main-window[btBoom="coolhandnuke"]
  804.   toolbar[mode="full"] #history-button:not([disabled="true"]):hover,
  805. #main-window[btBoom="coolhandnuke"]
  806.   toolbar[mode="full"] #history-button[buttonover="true"] {
  807.     -moz-image-region: rect(20px 140px 40px 120px) !important;
  808.   }
  809.   
  810. #main-window[btBoom="coolhandnuke"]
  811.   toolbar[iconsize="small"] #history-button[disabled="true"],
  812. #main-window[btBoom="coolhandnuke"]
  813.   toolbar[mode="full"] #history-button[disabled="true"] {
  814.     -moz-image-region: rect(60px 140px 80px 120px) !important;
  815.   }
  816.   
  817. #main-window[btBoom="coolhandnuke"]
  818.   toolbar[iconsize="small"] #history-button:not([disabled="true"]):hover:active,
  819. #main-window[btBoom="coolhandnuke"]
  820.   toolbar[mode="full"] #history-button:not([disabled="true"]):hover:active {
  821.     -moz-image-region: rect(40px 140px 60px 120px) !important;
  822.   }
  823.   
  824. /* bookmarks button-- */
  825. #main-window[btBoom="coolhandnuke"]
  826.   #nav-bar #bookmarks-button {
  827.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  828.   }
  829.   
  830. #main-window[btBoom="coolhandnuke"]
  831.   #navigator-toolbox #bookmarks-button {
  832.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  833.   }
  834.   
  835. #main-window[btBoom="coolhandnuke"]
  836.   toolbar #bookmarks-button,
  837. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  838.   #bookmarks-button,
  839. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  840.   #bookmarks-button {
  841.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  842.   }
  843.   
  844. #main-window[btBoom="coolhandnuke"]
  845.   #bookmarks-button,
  846. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  847.   #bookmarks-button,
  848. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  849.   #bookmarks-button {
  850.     -moz-image-region: rect(0px 380px 30px 350px) !important; 
  851.   }
  852.   
  853. #main-window[btBoom="coolhandnuke"]
  854.   #bookmarks-button:not([disabled="true"]):hover,
  855. #main-window[btBoom="coolhandnuke"]
  856.   #bookmarks-button[buttonover="true"] {
  857.     -moz-image-region: rect(50px 380px 80px 350px) !important;
  858.   }
  859.   
  860. #main-window[btBoom="coolhandnuke"]
  861.   #bookmarks-button[disabled="true"] {
  862.     -moz-image-region: rect(150px 380px 180px 350px) !important;
  863.   }
  864.   
  865. #main-window[btBoom="coolhandnuke"]
  866.   #bookmarks-button:not([disabled="true"]):hover:active {
  867.     -moz-image-region: rect(100px 380px 130px 350px) !important;
  868.   }
  869.   
  870. /* bookmarks button-- small */
  871. #main-window[btBoom="coolhandnuke"]
  872.   #navigator-toolbox toolbar[iconsize="small"] #bookmarks-button {
  873.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  874.   }
  875.   
  876. #main-window[btBoom="coolhandnuke"]
  877.   #navigator-toolbox toolbar[mode="full"] #bookmarks-button {
  878.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  879.   }
  880.   
  881. #main-window[btBoom="coolhandnuke"]
  882.   toolbar[mode="full"] #bookmarks-button {
  883.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  884.   }
  885.   
  886. #main-window[btBoom="coolhandnuke"]
  887.   toolbar[iconsize="small"] #bookmarks-button {
  888.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  889.   }
  890.   
  891. #main-window[btBoom="coolhandnuke"]
  892.   toolbar[iconsize="small"] #bookmarks-button .toolbarbutton-icon {
  893.     padding-right: 1px;
  894.   }
  895.   
  896. #main-window[btBoom="coolhandnuke"]
  897.   toolbar[iconsize="small"] #bookmarks-button,
  898. #main-window[btBoom="coolhandnuke"]
  899.   toolbar[mode="full"] #bookmarks-button {
  900.     -moz-image-region: rect(0px 160px 20px 140px) !important;
  901.   }
  902.   
  903. #main-window[btBoom="coolhandnuke"]
  904.   toolbar[iconsize="small"] #bookmarks-button:not([disabled="true"]):hover,
  905. #main-window[btBoom="coolhandnuke"]
  906.   toolbar[iconsize="small"] #bookmarks-button[buttonover="true"],
  907. #main-window[btBoom="coolhandnuke"]
  908.   toolbar[mode="full"] #bookmarks-button:not([disabled="true"]):hover,
  909. #main-window[btBoom="coolhandnuke"]
  910.   toolbar[mode="full"] #bookmarks-button[buttonover="true"] {
  911.     -moz-image-region: rect(20px 160px 40px 140px) !important;
  912.   }
  913.   
  914. #main-window[btBoom="coolhandnuke"]
  915.   toolbar[iconsize="small"] #bookmarks-button[disabled="true"],
  916. #main-window[btBoom="coolhandnuke"]
  917.   toolbar[mode="full"] #bookmarks-button[disabled="true"] {
  918.     -moz-image-region: rect(60px 160px 80px 140px) !important;
  919.   }
  920.   
  921. #main-window[btBoom="coolhandnuke"]
  922.   toolbar[iconsize="small"] #bookmarks-button:not([disabled="true"]):hover:active,
  923. #main-window[btBoom="coolhandnuke"]
  924.   toolbar[mode="full"] #bookmarks-button:not([disabled="true"]):hover:active {
  925.     -moz-image-region: rect(40px 160px 60px 140px) !important;
  926.   }
  927.   
  928. /* print button-- */
  929. #main-window[btBoom="coolhandnuke"]
  930.   #nav-bar #print-button {
  931.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  932.   }
  933.   
  934. #main-window[btBoom="coolhandnuke"]
  935.   #navigator-toolbox #print-button {
  936.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  937.   }
  938.   
  939. #main-window[btBoom="coolhandnuke"]
  940.   toolbar #print-button,
  941. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  942.   #print-button,
  943. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  944.   #print-button {
  945.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  946.   }
  947.   
  948. #main-window[btBoom="coolhandnuke"]
  949.   #print-button,
  950. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  951.   #print-button,
  952. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  953.   #print-button {
  954.     -moz-image-region: rect(0px 430px 30px 400px) !important; 
  955.   }
  956.   
  957. #main-window[btBoom="coolhandnuke"]
  958.   #print-button:not([disabled="true"]):hover,
  959. #main-window[btBoom="coolhandnuke"]
  960.   #print-button[buttonover="true"] {
  961.     -moz-image-region: rect(50px 430px 80px 400px) !important;
  962.   }
  963.   
  964. #main-window[btBoom="coolhandnuke"]
  965.   #print-button[disabled="true"] {
  966.     -moz-image-region: rect(150px 430px 180px 400px) !important;
  967.   }
  968.   
  969. #main-window[btBoom="coolhandnuke"]
  970.   #print-button:not([disabled="true"]):hover:active {
  971.     -moz-image-region: rect(100px 430px 130px 400px) !important;
  972.   }
  973.   
  974. /* print button-- small */
  975. #main-window[btBoom="coolhandnuke"]
  976.   #navigator-toolbox toolbar[iconsize="small"] #print-button {
  977.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  978.   }
  979.   
  980. #main-window[btBoom="coolhandnuke"]
  981.   #navigator-toolbox toolbar[mode="full"] #print-button {
  982.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  983.   }
  984.   
  985. #main-window[btBoom="coolhandnuke"]
  986.   toolbar[mode="full"] #print-button {
  987.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  988.   }
  989.   
  990. #main-window[btBoom="coolhandnuke"]
  991.   toolbar[iconsize="small"] #print-button {
  992.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  993.   }
  994.   
  995. #main-window[btBoom="coolhandnuke"]
  996.   toolbar[iconsize="small"] #print-button .toolbarbutton-icon {
  997.     padding-right: 1px;
  998.   }
  999.   
  1000. #main-window[btBoom="coolhandnuke"]
  1001.   toolbar[iconsize="small"] #print-button,
  1002. #main-window[btBoom="coolhandnuke"]
  1003.   toolbar[mode="full"] #print-button {
  1004.     -moz-image-region: rect(0px 180px 20px 160px) !important;
  1005.   }
  1006.   
  1007. #main-window[btBoom="coolhandnuke"]
  1008.   toolbar[iconsize="small"] #print-button:not([disabled="true"]):hover,
  1009. #main-window[btBoom="coolhandnuke"]
  1010.   toolbar[iconsize="small"] #print-button[buttonover="true"],
  1011. #main-window[btBoom="coolhandnuke"]
  1012.   toolbar[mode="full"] #print-button:not([disabled="true"]):hover,
  1013. #main-window[btBoom="coolhandnuke"]
  1014.   toolbar[mode="full"] #print-button[buttonover="true"] {
  1015.     -moz-image-region: rect(20px 180px 40px 160px) !important;
  1016.   }
  1017.   
  1018. #main-window[btBoom="coolhandnuke"]
  1019.   toolbar[iconsize="small"] #print-button[disabled="true"],
  1020. #main-window[btBoom="coolhandnuke"]
  1021.   toolbar[mode="full"] #print-button[disabled="true"] {
  1022.     -moz-image-region: rect(60px 180px 80px 160px) !important;
  1023.   }
  1024.   
  1025. #main-window[btBoom="coolhandnuke"]
  1026.   toolbar[iconsize="small"] #print-button:not([disabled="true"]):hover:active,
  1027. #main-window[btBoom="coolhandnuke"]
  1028.   toolbar[mode="full"] #print-button:not([disabled="true"]):hover:active {
  1029.     -moz-image-region: rect(40px 180px 60px 160px) !important;
  1030.   }
  1031.   
  1032. /* new-tab button-- */
  1033. #main-window[btBoom="coolhandnuke"]
  1034.   #nav-bar #new-tab-button {
  1035.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  1036.   }
  1037.   
  1038. #main-window[btBoom="coolhandnuke"]
  1039.   #navigator-toolbox #new-tab-button {
  1040.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1041.   }
  1042.   
  1043. #main-window[btBoom="coolhandnuke"]
  1044.   toolbar #new-tab-button,
  1045. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1046.   #new-tab-button,
  1047. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1048.   #new-tab-button {
  1049.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1050.   }
  1051.   
  1052. #main-window[btBoom="coolhandnuke"]
  1053.   #new-tab-button,
  1054. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1055.   #new-tab-button,
  1056. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1057.   #new-tab-button {
  1058.     -moz-image-region: rect(0px 480px 30px 450px) !important; 
  1059.   }
  1060.   
  1061. #main-window[btBoom="coolhandnuke"]
  1062.   #new-tab-button:not([disabled="true"]):hover,
  1063. #main-window[btBoom="coolhandnuke"]
  1064.   #new-tab-button[buttonover="true"] {
  1065.     -moz-image-region: rect(50px 480px 80px 450px) !important;
  1066.   }
  1067.   
  1068. #main-window[btBoom="coolhandnuke"]
  1069.   #new-tab-button[disabled="true"] {
  1070.     -moz-image-region: rect(150px 480px 180px 450px) !important;
  1071.   }
  1072.   
  1073. #main-window[btBoom="coolhandnuke"]
  1074.   #new-tab-button:not([disabled="true"]):hover:active {
  1075.     -moz-image-region: rect(100px 480px 130px 450px) !important;
  1076.   }
  1077.   
  1078. /* new-tab button-- small */
  1079. #main-window[btBoom="coolhandnuke"]
  1080.   #navigator-toolbox toolbar[iconsize="small"] #new-tab-button {
  1081.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1082.   }
  1083.   
  1084. #main-window[btBoom="coolhandnuke"]
  1085.   #navigator-toolbox toolbar[mode="full"] #new-tab-button {
  1086.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1087.   }
  1088.   
  1089. #main-window[btBoom="coolhandnuke"]
  1090.   toolbar[mode="full"] #new-tab-button {
  1091.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1092.   }
  1093.   
  1094. #main-window[btBoom="coolhandnuke"]
  1095.   toolbar[iconsize="small"] #new-tab-button {
  1096.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1097.   }
  1098.   
  1099. #main-window[btBoom="coolhandnuke"]
  1100.   toolbar[iconsize="small"] #new-tab-button .toolbarbutton-icon {
  1101.     padding-right: 1px;
  1102.   }
  1103.   
  1104. #main-window[btBoom="coolhandnuke"]
  1105.   toolbar[iconsize="small"] #new-tab-button,
  1106. #main-window[btBoom="coolhandnuke"]
  1107.   toolbar[mode="full"] #new-tab-button {
  1108.     -moz-image-region: rect(0px 200px 20px 180px) !important;
  1109.   }
  1110.   
  1111. #main-window[btBoom="coolhandnuke"]
  1112.   toolbar[iconsize="small"] #new-tab-button:not([disabled="true"]):hover,
  1113. #main-window[btBoom="coolhandnuke"]
  1114.   toolbar[iconsize="small"] #new-tab-button[buttonover="true"],
  1115. #main-window[btBoom="coolhandnuke"]
  1116.   toolbar[mode="full"] #new-tab-button:not([disabled="true"]):hover,
  1117. #main-window[btBoom="coolhandnuke"]
  1118.   toolbar[mode="full"] #new-tab-button[buttonover="true"] {
  1119.     -moz-image-region: rect(40px 200px 60px 180px) !important;
  1120.   }
  1121.   
  1122. #main-window[btBoom="coolhandnuke"]
  1123.   toolbar[iconsize="small"] #new-tab-button[disabled="true"],
  1124. #main-window[btBoom="coolhandnuke"]
  1125.   toolbar[mode="full"] #new-tab-button[disabled="true"] {
  1126.     -moz-image-region: rect(60px 200px 80px 180px) !important;
  1127.   }
  1128.   
  1129. #main-window[btBoom="coolhandnuke"]
  1130.   toolbar[iconsize="small"] #new-tab-button:not([disabled="true"]):hover:active,
  1131. #main-window[btBoom="coolhandnuke"]
  1132.   toolbar[mode="full"] #new-tab-button:not([disabled="true"]):hover:active {
  1133.     -moz-image-region: rect(40px 200px 60px 180px) !important;
  1134.   }
  1135.   
  1136. /* new-window button-- */
  1137. #main-window[btBoom="coolhandnuke"]
  1138.   #nav-bar #new-window-button {
  1139.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  1140.   }
  1141.   
  1142. #main-window[btBoom="coolhandnuke"]
  1143.   #navigator-toolbox #new-window-button {
  1144.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1145.   }
  1146.   
  1147. #main-window[btBoom="coolhandnuke"]
  1148.   toolbar #new-window-button,
  1149. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1150.   #new-window-button,
  1151. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1152.   #new-window-button {
  1153.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1154.   }
  1155.   
  1156. #main-window[btBoom="coolhandnuke"]
  1157.   #new-window-button,
  1158. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1159.   #new-window-button,
  1160. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1161.   #new-window-button {
  1162.     -moz-image-region: rect(0px 530px 30px 500px) !important; 
  1163.   }
  1164.   
  1165. #main-window[btBoom="coolhandnuke"]
  1166.   #new-window-button:not([disabled="true"]):hover,
  1167. #main-window[btBoom="coolhandnuke"]
  1168.   #new-window-button[buttonover="true"] {
  1169.     -moz-image-region: rect(50px 530px 80px 500px) !important;
  1170.   }
  1171.   
  1172. #main-window[btBoom="coolhandnuke"]
  1173.   #new-window-button[disabled="true"] {
  1174.     -moz-image-region: rect(150px 530px 180px 500px) !important;
  1175.   }
  1176.   
  1177. #main-window[btBoom="coolhandnuke"]
  1178.   #new-window-button:not([disabled="true"]):hover:active {
  1179.     -moz-image-region: rect(100px 530px 130px 500px) !important;
  1180.   }
  1181.   
  1182. /* new-window button-- small */
  1183. #main-window[btBoom="coolhandnuke"]
  1184.   #navigator-toolbox toolbar[iconsize="small"] #new-window-button {
  1185.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1186.   }
  1187.   
  1188. #main-window[btBoom="coolhandnuke"]
  1189.   #navigator-toolbox toolbar[mode="full"] #new-window-button {
  1190.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1191.   }
  1192.   
  1193. #main-window[btBoom="coolhandnuke"]
  1194.   toolbar[mode="full"] #new-window-button {
  1195.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1196.   }
  1197.   
  1198. #main-window[btBoom="coolhandnuke"]
  1199.   toolbar[iconsize="small"] #new-window-button {
  1200.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1201.   }
  1202.   
  1203. #main-window[btBoom="coolhandnuke"]
  1204.   toolbar[iconsize="small"] #new-window-button .toolbarbutton-icon {
  1205.     padding-right: 1px;
  1206.   }
  1207.   
  1208. #main-window[btBoom="coolhandnuke"]
  1209.   toolbar[iconsize="small"] #new-window-button,
  1210. #main-window[btBoom="coolhandnuke"]
  1211.   toolbar[mode="full"] #new-window-button {
  1212.     -moz-image-region: rect(0px 220px 20px 200px) !important;
  1213.   }
  1214.   
  1215. #main-window[btBoom="coolhandnuke"]
  1216.   toolbar[iconsize="small"] #new-window-button:not([disabled="true"]):hover,
  1217. #main-window[btBoom="coolhandnuke"]
  1218.   toolbar[iconsize="small"] #new-window-button[buttonover="true"],
  1219. #main-window[btBoom="coolhandnuke"]
  1220.   toolbar[mode="full"] #new-window-button:not([disabled="true"]):hover,
  1221. #main-window[btBoom="coolhandnuke"]
  1222.   toolbar[mode="full"] #new-window-button[buttonover="true"] {
  1223.     -moz-image-region: rect(20px 220px 40px 200px) !important;
  1224.   }
  1225.   
  1226. #main-window[btBoom="coolhandnuke"]
  1227.   toolbar[iconsize="small"] #new-window-button[disabled="true"],
  1228. #main-window[btBoom="coolhandnuke"]
  1229.   toolbar[mode="full"] #new-window-button[disabled="true"] {
  1230.     -moz-image-region: rect(60px 220px 80px 200px) !important;
  1231.   }
  1232.   
  1233. #main-window[btBoom="coolhandnuke"]
  1234.   toolbar[iconsize="small"] #new-window-button:not([disabled="true"]):hover:active,
  1235. #main-window[btBoom="coolhandnuke"]
  1236.   toolbar[mode="full"] #new-window-button:not([disabled="true"]):hover:active {
  1237.     -moz-image-region: rect(40px 220px 60px 200px) !important;
  1238.   }
  1239.   
  1240. /* cut button-- */
  1241. #main-window[btBoom="coolhandnuke"]
  1242.   #nav-bar #cut-button {
  1243.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  1244.   }
  1245.   
  1246. #main-window[btBoom="coolhandnuke"]
  1247.   #navigator-toolbox #cut-button {
  1248.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1249.   }
  1250.   
  1251. #main-window[btBoom="coolhandnuke"]
  1252.   toolbar #cut-button,
  1253. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1254.   #cut-button,
  1255. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1256.   #cut-button {
  1257.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1258.   }
  1259.   
  1260. #main-window[btBoom="coolhandnuke"]
  1261.   #cut-button,
  1262. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1263.   #cut-button,
  1264. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1265.   #cut-button {
  1266.     -moz-image-region: rect(0px 580px 30px 550px) !important; 
  1267.   }
  1268.   
  1269. #main-window[btBoom="coolhandnuke"]
  1270.   #cut-button:not([disabled="true"]):hover,
  1271. #main-window[btBoom="coolhandnuke"]
  1272.   #cut-button[buttonover="true"] {
  1273.     -moz-image-region: rect(50px 580px 80px 550px) !important;
  1274.   }
  1275.   
  1276. #main-window[btBoom="coolhandnuke"]
  1277.   #cut-button[disabled="true"] {
  1278.     -moz-image-region: rect(150px 580px 180px 550px) !important;
  1279.   }
  1280.   
  1281. #main-window[btBoom="coolhandnuke"]
  1282.   #cut-button:not([disabled="true"]):hover:active {
  1283.     -moz-image-region: rect(100px 580px 130px 550px) !important;
  1284.   }
  1285.   
  1286. /* cut button-- small */
  1287. #main-window[btBoom="coolhandnuke"]
  1288.   #navigator-toolbox toolbar[iconsize="small"] #cut-button {
  1289.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1290.   }
  1291.   
  1292. #main-window[btBoom="coolhandnuke"]
  1293.   #navigator-toolbox toolbar[mode="full"] #cut-button {
  1294.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1295.   }
  1296.   
  1297. #main-window[btBoom="coolhandnuke"]
  1298.   toolbar[mode="full"] #cut-button {
  1299.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1300.   }
  1301.   
  1302. #main-window[btBoom="coolhandnuke"]
  1303.   toolbar[iconsize="small"] #cut-button {
  1304.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1305.   }
  1306.   
  1307. #main-window[btBoom="coolhandnuke"]
  1308.   toolbar[iconsize="small"] #cut-button .toolbarbutton-icon {
  1309.     padding-right: 1px;
  1310.   }
  1311.   
  1312. #main-window[btBoom="coolhandnuke"]
  1313.   toolbar[iconsize="small"] #cut-button,
  1314. #main-window[btBoom="coolhandnuke"]
  1315.   toolbar[mode="full"] #cut-button {
  1316.     -moz-image-region: rect(0px 240px 20px 220px) !important;
  1317.   }
  1318.   
  1319. #main-window[btBoom="coolhandnuke"]
  1320.   toolbar[iconsize="small"] #cut-button:not([disabled="true"]):hover,
  1321. #main-window[btBoom="coolhandnuke"]
  1322.   toolbar[iconsize="small"] #cut-button[buttonover="true"],
  1323. #main-window[btBoom="coolhandnuke"]
  1324.   toolbar[mode="full"] #cut-button:not([disabled="true"]):hover,
  1325. #main-window[btBoom="coolhandnuke"]
  1326.   toolbar[mode="full"] #cut-button[buttonover="true"] {
  1327.     -moz-image-region: rect(20px 240px 40px 220px) !important;
  1328.   }
  1329.   
  1330. #main-window[btBoom="coolhandnuke"]
  1331.   toolbar[iconsize="small"] #cut-button[disabled="true"],
  1332. #main-window[btBoom="coolhandnuke"]
  1333.   toolbar[mode="full"] #cut-button[disabled="true"] {
  1334.     -moz-image-region: rect(60px 240px 80px 220px) !important;
  1335.   }
  1336.   
  1337. #main-window[btBoom="coolhandnuke"]
  1338.   toolbar[iconsize="small"] #cut-button:not([disabled="true"]):hover:active,
  1339. #main-window[btBoom="coolhandnuke"]
  1340.   toolbar[mode="full"] #cut-button:not([disabled="true"]):hover:active {
  1341.     -moz-image-region: rect(40px 240px 60px 220px) !important;
  1342.   }
  1343.   
  1344. /* copy button-- */
  1345. #main-window[btBoom="coolhandnuke"]
  1346.   #nav-bar #copy-button {
  1347.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  1348.   }
  1349.   
  1350. #main-window[btBoom="coolhandnuke"]
  1351.   #navigator-toolbox #copy-button {
  1352.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1353.   }
  1354.   
  1355. #main-window[btBoom="coolhandnuke"]
  1356.   toolbar #copy-button,
  1357. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1358.   #copy-button,
  1359. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1360.   #copy-button {
  1361.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1362.   }
  1363.   
  1364. #main-window[btBoom="coolhandnuke"]
  1365.   #copy-button,
  1366. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1367.   #copy-button,
  1368. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1369.   #copy-button {
  1370.     -moz-image-region: rect(0px 630px 30px 600px) !important; 
  1371.   }
  1372.   
  1373. #main-window[btBoom="coolhandnuke"]
  1374.   #copy-button:not([disabled="true"]):hover,
  1375. #main-window[btBoom="coolhandnuke"]
  1376.   #copy-button[buttonover="true"] {
  1377.     -moz-image-region: rect(50px 630px 80px 600px) !important;
  1378.   }
  1379.   
  1380. #main-window[btBoom="coolhandnuke"]
  1381.   #copy-button[disabled="true"] {
  1382.     -moz-image-region: rect(150px 630px 180px 600px) !important;
  1383.   }
  1384.   
  1385. #main-window[btBoom="coolhandnuke"]
  1386.   #copy-button:not([disabled="true"]):hover:active {
  1387.     -moz-image-region: rect(100px 630px 130px 600px) !important;
  1388.   }
  1389.   
  1390. /* copy button-- small */
  1391. #main-window[btBoom="coolhandnuke"]
  1392.   #navigator-toolbox toolbar[iconsize="small"] #copy-button {
  1393.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1394.   }
  1395.   
  1396. #main-window[btBoom="coolhandnuke"]
  1397.   #navigator-toolbox toolbar[mode="full"] #copy-button {
  1398.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1399.   }
  1400.   
  1401. #main-window[btBoom="coolhandnuke"]
  1402.   toolbar[mode="full"] #copy-button {
  1403.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1404.   }
  1405.   
  1406. #main-window[btBoom="coolhandnuke"]
  1407.   toolbar[iconsize="small"] #copy-button {
  1408.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1409.   }
  1410.   
  1411. #main-window[btBoom="coolhandnuke"]
  1412.   toolbar[iconsize="small"] #copy-button .toolbarbutton-icon {
  1413.     padding-right: 1px;
  1414.   }
  1415.   
  1416. #main-window[btBoom="coolhandnuke"]
  1417.   toolbar[iconsize="small"] #copy-button,
  1418. #main-window[btBoom="coolhandnuke"]
  1419.   toolbar[mode="full"] #copy-button {
  1420.     -moz-image-region: rect(0px 260px 20px 240px) !important;
  1421.   }
  1422.   
  1423. #main-window[btBoom="coolhandnuke"]
  1424.   toolbar[iconsize="small"] #copy-button:not([disabled="true"]):hover,
  1425. #main-window[btBoom="coolhandnuke"]
  1426.   toolbar[iconsize="small"] #copy-button[buttonover="true"],
  1427. #main-window[btBoom="coolhandnuke"]
  1428.   toolbar[mode="full"] #copy-button:not([disabled="true"]):hover,
  1429. #main-window[btBoom="coolhandnuke"]
  1430.   toolbar[mode="full"] #copy-button[buttonover="true"] {
  1431.     -moz-image-region: rect(20px 260px 40px 240px) !important;
  1432.   }
  1433.   
  1434. #main-window[btBoom="coolhandnuke"]
  1435.   toolbar[iconsize="small"] #copy-button[disabled="true"],
  1436. #main-window[btBoom="coolhandnuke"]
  1437.   toolbar[mode="full"] #copy-button[disabled="true"] {
  1438.     -moz-image-region: rect(60px 260px 80px 240px) !important;
  1439.   }
  1440.   
  1441. #main-window[btBoom="coolhandnuke"]
  1442.   toolbar[iconsize="small"] #copy-button:not([disabled="true"]):hover:active,
  1443. #main-window[btBoom="coolhandnuke"]
  1444.   toolbar[mode="full"] #copy-button:not([disabled="true"]):hover:active {
  1445.     -moz-image-region: rect(40px 260px 60px 240px) !important;
  1446.   }
  1447.   
  1448. /* paste button-- */
  1449. #main-window[btBoom="coolhandnuke"]
  1450.   #nav-bar #paste-button {
  1451.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png");
  1452.   }
  1453.   
  1454. #main-window[btBoom="coolhandnuke"]
  1455.   #navigator-toolbox #paste-button {
  1456.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1457.   }
  1458.   
  1459. #main-window[btBoom="coolhandnuke"]
  1460.   toolbar #paste-button,
  1461. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1462.   #paste-button,
  1463. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1464.   #paste-button {
  1465.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar.png") !important;
  1466.   }
  1467.   
  1468. #main-window[btBoom="coolhandnuke"]
  1469.   #paste-button,
  1470. #CustomizeToolbarSheet[btBoom="coolhandnuke"]
  1471.   #paste-button,
  1472. #CustomizeToolbarWindow[btBoom="coolhandnuke"]
  1473.   #paste-button {
  1474.     -moz-image-region: rect(0px 680px 30px 650px) !important; 
  1475.   }
  1476.   
  1477. #main-window[btBoom="coolhandnuke"]
  1478.   #paste-button:not([disabled="true"]):hover,
  1479. #main-window[btBoom="coolhandnuke"]
  1480.   #paste-button[buttonover="true"] {
  1481.     -moz-image-region: rect(50px 680px 80px 650px) !important;
  1482.   }
  1483.   
  1484. #main-window[btBoom="coolhandnuke"]
  1485.   #paste-button[disabled="true"] {
  1486.     -moz-image-region: rect(150px 680px 180px 650px) !important;
  1487.   }
  1488.   
  1489. #main-window[btBoom="coolhandnuke"]
  1490.   #paste-button:not([disabled="true"]):hover:active {
  1491.     -moz-image-region: rect(100px 680px 130px 650px) !important;
  1492.   }
  1493.   
  1494. /* paste button-- small */
  1495. #main-window[btBoom="coolhandnuke"]
  1496.   #navigator-toolbox toolbar[iconsize="small"] #paste-button {
  1497.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1498.   }
  1499.   
  1500. #main-window[btBoom="coolhandnuke"]
  1501.   #navigator-toolbox toolbar[mode="full"] #paste-button {
  1502.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1503.   }
  1504.   
  1505. #main-window[btBoom="coolhandnuke"]
  1506.   toolbar[mode="full"] #paste-button {
  1507.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1508.   }
  1509.   
  1510. #main-window[btBoom="coolhandnuke"]
  1511.   toolbar[iconsize="small"] #paste-button {
  1512.     list-style-image: url("../../skin/coolhandnuke/resources/Toolbar-small.png") !important;
  1513.   }
  1514.   
  1515. #main-window[btBoom="coolhandnuke"]
  1516.   toolbar[iconsize="small"] #paste-button .toolbarbutton-icon {
  1517.     padding-right: 1px;
  1518.   }
  1519.   
  1520. #main-window[btBoom="coolhandnuke"]
  1521.   toolbar[iconsize="small"] #paste-button,
  1522. #main-window[btBoom="coolhandnuke"]
  1523.   toolbar[mode="full"] #paste-button {
  1524.     -moz-image-region: rect(0px 280px 20px 260px) !important;
  1525.   }
  1526.   
  1527. #main-window[btBoom="coolhandnuke"]
  1528.   toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover,
  1529. #main-window[btBoom="coolhandnuke"]
  1530.   toolbar[iconsize="small"] #paste-button[buttonover="true"],
  1531. #main-window[btBoom="coolhandnuke"]
  1532.   toolbar[mode="full"] #paste-button:not([disabled="true"]):hover,
  1533. #main-window[btBoom="coolhandnuke"]
  1534.   toolbar[mode="full"] #paste-button[buttonover="true"] {
  1535.     -moz-image-region: rect(20px 280px 40px 260px) !important;
  1536.   }
  1537.   
  1538. #main-window[btBoom="coolhandnuke"]
  1539.   toolbar[iconsize="small"] #paste-button[disabled="true"],
  1540. #main-window[btBoom="coolhandnuke"]
  1541.   toolbar[mode="full"] #paste-button[disabled="true"] {
  1542.     -moz-image-region: rect(60px 280px 80px 260px) !important;
  1543.   }
  1544.   
  1545. #main-window[btBoom="coolhandnuke"]
  1546.   toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active,
  1547. #main-window[btBoom="coolhandnuke"]
  1548.   toolbar[mode="full"] #paste-button:not([disabled="true"]):hover:active {
  1549.     -moz-image-region: rect(40px 280px 60px 260px) !important;
  1550.   }
  1551.  
  1552. /* MAC SPECIFIC */
  1553.           /* Navigation buttons */
  1554.  
  1555. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1556.   #urlbar-container #go-button,
  1557. #main-window[btBoom="coolhandnuke"]
  1558.   #searchbar .searchbar-box toolbarbutton.search-go-button {
  1559.     padding: 0px;
  1560.   }
  1561.  
  1562. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1563.   toolbar[mode="icons"] #back-forward-dropmarker > dropmarker {
  1564.     display: none;
  1565.   }
  1566.   
  1567. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1568.   #back-forward-dropmarker[disabled="true"] {
  1569.     list-style-image: url(chrome://global/skin/arrow/arrow-dn-dis.gif) !important;
  1570.     -moz-image-region: rect(0px 11px 0px 11px) !important;
  1571.   }
  1572.   
  1573. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1574.   #back-forward-dropmarker[disabled="true"][chromedir="rtl"] {
  1575.     list-style-image: url(chrome://global/skin/arrow/arrow-dn-dis.gif) !important;
  1576.     -moz-image-region: rect(0px 11px 0px 11px) !important;
  1577.   }
  1578.   
  1579. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1580.   #back-forward-dropmarker:hover:active:not([disabled]),
  1581. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1582.   #back-forward-dropmarker[open="true"] {
  1583.     list-style-image: url(chrome://global/skin/arrow/arrow-dn-hov.gif) !important;
  1584.     -moz-image-region: rect(0px 11px 0px 11px) !important;
  1585.   }
  1586.   
  1587. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1588.   #back-forward-dropmarker[chromedir="rtl"]:hover:active:not([disabled]),
  1589. #main-window[btPlatform="Darwin"][btBoom="coolhandnuke"]
  1590.   #back-forward-dropmarker[open="true"][chromedir="rtl"] {
  1591.     list-style-image: url(chrome://global/skin/arrow/arrow-dn-hov.gif) !important;
  1592.     -moz-image-region: rect(0px 11px 0px 11px) !important;
  1593.   }
  1594.